diff options
Diffstat (limited to 'src/lib.rs')
-rw-r--r-- | src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,5 +1,6 @@ #![feature(cursor_remaining)] #![feature(hash_drain_filter)] +#![feature(int_roundings)] mod client; mod common; |
![]() |
index : mt_rudp.git | |
luanti low-level network protocol |
aboutsummaryrefslogtreecommitdiff |
-rw-r--r-- | src/lib.rs | 1 |
@@ -1,5 +1,6 @@ #![feature(cursor_remaining)] #![feature(hash_drain_filter)] +#![feature(int_roundings)] mod client; mod common; |