deltaphc / raylib-rs

Rust bindings for raylib
Other
715 stars 123 forks source link

not able to import images #179

Closed PrethamMuthappa closed 5 months ago

PrethamMuthappa commented 5 months ago

I am trying to import images to set window icon but when i try to do let image=Image::Load_Image() it says there is no load_image method, I have imported use raylib::{ffi::Image} yet i am not able to load any images, My purpose is to use the set_window_icon()

cargo.toml

[dependencies]
raylib ={version ="3.7"}

system: linux(pop_os!)