Skip to content

Commit

Permalink
chore: fix leftover renaming
Browse files Browse the repository at this point in the history
  • Loading branch information
theashraf committed Sep 17, 2024
1 parent ec84a38 commit b3a5cdf
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
use dotlottie_player_core::events::Event;
use dotlottie_player_core::{Config, DotLottiePlayer};
use dotlottie_rs::events::Event;
use dotlottie_rs::{Config, DotLottiePlayer};
use minifb::{Key, MouseButton, Window, WindowOptions};
use std::fs::{self, File};
use std::io::Read;
Expand Down

0 comments on commit b3a5cdf

Please sign in to comment.