Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cargoify #130

Merged
merged 2 commits into from
Jul 26, 2014
Merged

Cargoify #130

merged 2 commits into from
Jul 26, 2014

Conversation

emberian
Copy link
Contributor

Doesn't replace the Makefiles, but lets other projects
use gfx-rs in an easy way.

Closes #110

@@ -24,8 +24,8 @@
extern crate libc;
extern crate comm;

#[cfg(gl)] pub use gl::GlBackEnd;
#[cfg(gl)] pub use dev = self::gl;
pub use gl::GlBackEnd;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Need a comment here saying that [cfg(gl)] is removed temporarily due to cargo limitations

Doesn't replace the Makefiles, but lets other projects
use gfx-rs in an easy way.

Closes gfx-rs#110
@kvark
Copy link
Member

kvark commented Jul 26, 2014

Thanky!

kvark added a commit that referenced this pull request Jul 26, 2014
@kvark kvark merged commit fb8502c into gfx-rs:master Jul 26, 2014
adamnemecek pushed a commit to adamnemecek/gfx that referenced this pull request Apr 1, 2021
130: Format code using 'cargo fmt' r=kvark a=Atul9



Co-authored-by: Atul Bhosale <atul1bhosale@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add Cargo.toml
2 participants