Rename node to frame
This commit is contained in:
parent
c95aecdd53
commit
82c903de14
4 changed files with 33 additions and 33 deletions
|
@ -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};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue