Rename node to frame

This commit is contained in:
Nathan Sobo 2023-08-08 21:28:52 -06:00
parent c95aecdd53
commit 82c903de14
4 changed files with 33 additions and 33 deletions

View file

@ -16,7 +16,7 @@ use crate::{
Action, AnyView, AnyViewHandle, AnyWindowHandle, AppContext, BorrowAppContext,
BorrowWindowContext, Effect, Element, Entity, Handle, LayoutContext, MouseRegion,
MouseRegionId, PaintContext, SceneBuilder, Subscription, View, ViewContext, ViewHandle,
WindowHandle, WindowInvalidation,
WindowInvalidation,
};
use anyhow::{anyhow, bail, Result};
use collections::{HashMap, HashSet};