Skip to content

Commit b00e889

Browse files
committedAug 30, 2017
Introducing bindgen
1 parent 5623630 commit b00e889

File tree

165 files changed

+37923
-4873
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

165 files changed

+37923
-4873
lines changed
 

‎Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,11 @@ optional = true
3535

3636
[features]
3737

38-
default = []
38+
default = ["use-pkgconfig"]
3939
ttf = []
4040
image = []
4141
gfx = ["c_vec"]
4242
mixer = []
4343

44-
use-pkgconfig = [ "sdl2-sys/use-pkgconfig" ]
44+
use-pkgconfig = ["sdl2-sys/use-pkgconfig"]
4545
use_mac_framework = ["sdl2-sys/use_mac_framework"]

‎clippy.toml

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
too-many-arguments-threshold = 10

0 commit comments

Comments
 (0)
Please sign in to comment.