remove these two unneeded extern crate lines
i'm going to guess this was added early on automatically by clion and i just never caught it. they'd been here since the project was first committed to a git repo. oh well.
This commit is contained in:
parent
e503cfb718
commit
36c4cc1a41
|
@ -1,6 +1,3 @@
|
|||
extern crate core;
|
||||
extern crate sdl2;
|
||||
|
||||
pub mod audio;
|
||||
pub mod base;
|
||||
pub mod entities;
|
||||
|
|
Loading…
Reference in a new issue