Fixed issues with old GL versions ( <= 2.1 )
This commit is contained in:
parent
d9f408d1c2
commit
9841d19381
5 changed files with 22 additions and 19 deletions
|
|
@ -9,6 +9,8 @@ use iced::{
|
|||
use rand::{thread_rng, Rng};
|
||||
|
||||
fn main() -> iced::Result {
|
||||
env_logger::builder().format_timestamp(None).init();
|
||||
|
||||
ModernArt::run(Settings {
|
||||
antialiasing: true,
|
||||
..Settings::default()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue