We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e3af91 commit 8356ce9Copy full SHA for 8356ce9
Cargo.toml
@@ -3,7 +3,7 @@ name = "tiny-gl"
3
description = """
4
A set of OpenGL bindings suitable for use in a demo. This crate does not use std.
5
"""
6
-version = "0.1.0"
+version = "0.2.0"
7
edition = "2021"
8
authors = ["Tim Peters <mail@darksecond.nl>"]
9
license = "MIT"
@@ -18,4 +18,4 @@ bitflags = { version = "2.6.0", default-features = false }
18
19
[features]
20
default = ["alloc"]
21
-alloc = []
+alloc = []
0 commit comments