mirror of
https://github.com/encounter/rust-sdl2.git
synced 2026-07-10 21:18:41 -07:00
Merge pull request #890 from Montessquio/fix-workaround
Fix obsolete bitflags_rs absolute paths workaround
This commit is contained in:
@@ -14,7 +14,6 @@ use ::get_error;
|
||||
use ::pixels::Color;
|
||||
use ::rwops::RWops;
|
||||
|
||||
// Absolute paths are a workaround for https://github.com/rust-lang-nursery/bitflags/issues/39 .
|
||||
bitflags! {
|
||||
/// The styling of a font.
|
||||
pub struct FontStyle: i32 {
|
||||
|
||||
Reference in New Issue
Block a user