mirror of
https://github.com/encounter/rust-sdl2.git
synced 2026-07-10 21:18:41 -07:00
Merge pull request #998 from rijenkii/master
Remove empty `gesture` module, hide `macros` module
This commit is contained in:
@@ -1,2 +0,0 @@
|
||||
#![allow(unused)]
|
||||
use crate::sys;
|
||||
+1
-2
@@ -66,10 +66,9 @@ pub use crate::sdl::*;
|
||||
|
||||
pub mod clipboard;
|
||||
pub mod cpuinfo;
|
||||
#[macro_use] pub mod macros;
|
||||
#[macro_use] mod macros;
|
||||
pub mod event;
|
||||
pub mod filesystem;
|
||||
pub mod gesture;
|
||||
pub mod touch;
|
||||
pub mod joystick;
|
||||
pub mod controller;
|
||||
|
||||
Reference in New Issue
Block a user