Implement a basic <Text> component in Cocoa - it's cool because it really just uses the same Component lifecycle. Neat!
This commit is contained in:
parent
22e9628b27
commit
e17f05dec5
11 changed files with 205 additions and 42 deletions
|
|
@ -19,5 +19,6 @@
|
|||
|
||||
pub mod color;
|
||||
pub mod app;
|
||||
pub mod text;
|
||||
pub mod view;
|
||||
pub mod window;
|
||||
|
|
|
|||
Reference in a new issue