You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This program is really awesome! however, on my machine it didn't quite work out of the box (Windows 10). It panicked on main.rs:72 imgbuf.save(format!("result/result-{}.png", seed)).unwrap();
The thing that fixed it for me was to create the directory result myself in the explorer.
I'm guessing that by creating that folder yourself, this program works out of the box!
This program is really awesome! however, on my machine it didn't quite work out of the box (Windows 10). It panicked on main.rs:72
imgbuf.save(format!("result/result-{}.png", seed)).unwrap();
The thing that fixed it for me was to create the directory
result
myself in the explorer.I'm guessing that by creating that folder yourself, this program works out of the box!
(btw thus far this is my favourite
![result-104](https://user-images.githubusercontent.com/14093640/54491093-f3ed2500-48bb-11e9-89fa-98f60d9690fd.png :) )
The text was updated successfully, but these errors were encountered: