Skip to content

DatePicker is an interactive calendar built with Iced. It lets the user pick a date in the calendar.

License

Notifications You must be signed in to change notification settings

onai/iced-datepicker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DatePicker

DatePicker is an interactive calendar built with Iced. It lets the user pick a date in the calendar.

How to run

Run it with cargo run:

cargo run

About the warning

This warning pops up because our widget depends on iced_native, and iced_graphics, which are sub-folders in iced. However, iced doesn't export these two modules. The version of these two crates in crates.io is also too old to use, so we have to use git + path to specify the version and location. In the future, this warning can be easily removed by bumping the versions of iced, iced_native, and iced_graphics. For more information, refer to this issue rust-lang/cargo#1462

Dependencies

About

DatePicker is an interactive calendar built with Iced. It lets the user pick a date in the calendar.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages