Skip to content

Commit

Permalink
make module native public
Browse files Browse the repository at this point in the history
  • Loading branch information
jkds authored and not-fl3 committed Nov 25, 2024
1 parent 9a6c768 commit ceddf76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ pub mod conf;
mod event;
pub mod fs;
pub mod graphics;
mod native;
pub mod native;
use std::collections::HashMap;
use std::ops::{Index, IndexMut};

Expand Down

0 comments on commit ceddf76

Please sign in to comment.