diff options
| author | LLLL Colonq <llll@colonq> | 2024-10-14 03:17:46 -0400 |
|---|---|---|
| committer | LLLL Colonq <llll@colonq> | 2024-10-14 03:17:46 -0400 |
| commit | 92c18ba3b9d6252094cbe04ae750713327526ec3 (patch) | |
| tree | d4fb5fca7def1ff66f6ec6a5bb0e962ba9093411 /src/mesh.rs | |
| parent | 3efd3026d22c71e95a853985f3f50f52147d287e (diff) | |
Add nonsense to poll an async HTTP request in the game loop
Diffstat (limited to 'src/mesh.rs')
| -rw-r--r-- | src/mesh.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mesh.rs b/src/mesh.rs index aba9957..cfbbf91 100644 --- a/src/mesh.rs +++ b/src/mesh.rs @@ -1,5 +1,3 @@ -use std::io::BufRead; - use glow::HasContext; use crate::context; |
