diff options
author | tcmal <me@aria.rip> | 2024-08-25 17:44:24 +0100 |
---|---|---|
committer | tcmal <me@aria.rip> | 2024-08-25 17:44:24 +0100 |
commit | 09a777d42d6301028cd3a8967ff6a82e703c8800 (patch) | |
tree | 79ac93287a15e8b0f90e1ac5d6981fa6eaeb6229 /stockton-contrib/Cargo.toml | |
parent | 6367a9ba5a549b62f01da61fb50323877b9f52ff (diff) |
refactor(all): remove levels and render
Diffstat (limited to 'stockton-contrib/Cargo.toml')
-rw-r--r-- | stockton-contrib/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stockton-contrib/Cargo.toml b/stockton-contrib/Cargo.toml index c6630e2..ba7a70f 100644 --- a/stockton-contrib/Cargo.toml +++ b/stockton-contrib/Cargo.toml @@ -12,7 +12,7 @@ stockton-input = { path = "../stockton-input" } legion = { version = "^0.3" } [features] -default = [] +default = ['delta_time'] delta_time = [] flycam = []
\ No newline at end of file |