We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Config::default()
1 parent 86786d4 commit f7ef1f6Copy full SHA for f7ef1f6
3 files changed
examples/animated_mesh.rs
@@ -20,7 +20,7 @@ fn main() {
20
21
fn sketch() -> error::Result<()> {
22
let mut glfw_ctx = GlfwContext::new(600, 600)?;
23
- init()?;
+ init(Config::default())?;
24
25
let width = 600;
26
let height = 600;
examples/box.rs
@@ -19,7 +19,7 @@ fn main() {
19
let mut glfw_ctx = GlfwContext::new(400, 400)?;
let width = 400;
let height = 400;
examples/custom_attribute.rs
0 commit comments