diff options
author | HampusM <hampus@hampusmat.com> | 2024-06-22 14:00:27 +0200 |
---|---|---|
committer | HampusM <hampus@hampusmat.com> | 2024-06-22 14:00:27 +0200 |
commit | a0dce2164cf348416ea15c63c5baa52afa66508f (patch) | |
tree | 9cc86afee8ddb615cf2738636bc67f408f4fbafc /engine/src/lib.rs | |
parent | edb5eb812bb6a3e7ed26526fab24b110be3828d4 (diff) |
feat(engine): add ability to change polygon mode per object
Diffstat (limited to 'engine/src/lib.rs')
-rw-r--r-- | engine/src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/engine/src/lib.rs b/engine/src/lib.rs index f9daac3..bd954be 100644 --- a/engine/src/lib.rs +++ b/engine/src/lib.rs @@ -24,6 +24,7 @@ mod util; pub mod camera; pub mod data_types; pub mod delta_time; +pub mod draw_flags; pub mod event; pub mod file_format; pub mod input; |