Skip to content

Commit 789ede0

Browse files
IoIxDDacode45
andauthored
[raylib-sys] bindgen feature should be default oops (#136)
Co-authored-by: Dacode45 <davidrolandayeke@gmail.com>
1 parent a725c30 commit 789ede0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

raylib-sys/Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ nobuild = []
2929
bindgen = []
3030
# Build for wayland on linux. Should fix #119
3131
wayland = []
32+
# Bindgen is default
33+
default = ["bindgen"]
3234

3335
# OpenGL stuff, intended for fixing #122
3436
opengl_33 = []

0 commit comments

Comments
 (0)