diff options
author | 2022-02-16 19:20:26 -0300 | |
---|---|---|
committer | 2022-04-26 18:54:07 -0300 | |
commit | fed8da1c9078638a96ae57a9dd6edacb0a1936b3 (patch) | |
tree | 51caff4f4a688b477ebea21c3c50ba84a1eba659 /native/src/lib.rs | |
parent | 6e937131970d1e7b32204096e5f6c67de3fe6dfb (diff) | |
download | iced-fed8da1c9078638a96ae57a9dd6edacb0a1936b3.tar.gz iced-fed8da1c9078638a96ae57a9dd6edacb0a1936b3.tar.bz2 iced-fed8da1c9078638a96ae57a9dd6edacb0a1936b3.zip |
Add new `System` variant to `Action`
Diffstat (limited to 'native/src/lib.rs')
-rw-r--r-- | native/src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/native/src/lib.rs b/native/src/lib.rs index 5c9c24c9..b8054169 100644 --- a/native/src/lib.rs +++ b/native/src/lib.rs @@ -48,6 +48,7 @@ pub mod program; pub mod renderer; pub mod subscription; pub mod svg; +pub mod system; pub mod text; pub mod touch; pub mod user_interface; |