We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e9f924 commit 4e2a113Copy full SHA for 4e2a113
book-src/basics/000-creating-a-window.md
@@ -16,7 +16,7 @@ First we turn on SDL itself:
16
use beryllium::*;
17
18
fn main() {
19
- et sdl = Sdl::init(init::InitFlags::EVERYTHING);
+ let sdl = Sdl::init(init::InitFlags::EVERYTHING);
20
```
21
22
Then we set some attributes for the [OpenGL
0 commit comments