Processor: Use new crate import

This commit is contained in:
Marco Thomas
2021-06-19 15:51:30 +02:00
parent b836376cdb
commit 4fc446b378

View File

@@ -1,4 +1,4 @@
extern crate sdl2;
use sdl2;
use rand::Rng;
use std::thread;