Add new System variant to Action
This commit is contained in:
parent
6e93713197
commit
fed8da1c90
5 changed files with 14 additions and 0 deletions
3
native/src/system.rs
Normal file
3
native/src/system.rs
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
//! Access the native system.
|
||||
mod action;
|
||||
pub use action::Action;
|
||||
Loading…
Add table
Add a link
Reference in a new issue