Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Astro
rust-card10
Commits
f11e8033
Commit
f11e8033
authored
Aug 24, 2019
by
Astro
⚙
Browse files
l0dable: fix typo in build.rs
parent
282393ae
Changes
1
Hide whitespace changes
Inline
Side-by-side
l0dable/build.rs
View file @
f11e8033
...
...
@@ -42,7 +42,7 @@ fn main() {
.file
(
"../c/lib/gfx/Fonts/font24.c"
)
.file
(
"../c/lib/gfx/Fonts/font8.c"
)
.compile
(
"card10"
);
println!
(
"cargo:rerun-if-changed=src/client.
rs
"
);
println!
(
"cargo:rerun-if-changed=src/client.
c
"
);
// Generate bindings to C code
let
bindings
=
bindgen
::
Builder
::
default
()
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment