Crate editor

Source
Expand description

The DungeonRS editor is where most users will actually be working in. It’s the binary crate that actually handles bootstrapping the application, setting up a graphical interface and run the application.

§Features

FeatureDescriptiondefault
jpegEnables the editor to process and generate JPEG files
pngEnables the editor to process and generate PNG files
webpEnables the editor to process and generate WEBP files

Modules§

panic 🔒
Registers a custom panic! handler that alerts the user of unrecoverable errors.

Functions§

main 🔒
Main entry point for the editor.