mirror of
https://github.com/eliasstepanik/imgui-rs.git
synced 2026-01-13 14:38:36 +00:00
Merge pull request #81 from thelearnerofcode/master
Changed 'gcc::Config::new()' to 'gcc::Build::new()' in build.rs.
This commit is contained in:
commit
1152d25357
@ -1,7 +1,7 @@
|
||||
extern crate gcc;
|
||||
|
||||
fn main() {
|
||||
gcc::Config::new()
|
||||
gcc::Build::new()
|
||||
.cpp(true)
|
||||
.file("third-party/cimgui/cimgui/cimgui.cpp")
|
||||
.file("third-party/cimgui/cimgui/fontAtlas.cpp")
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user