summaryrefslogtreecommitdiff
path: root/Cargo.toml
Commit message (Collapse)AuthorAge
* Update version to 1.2.0HEADv1.2.0mainBen Bridle14 hours
|
* Update bedrock-asm dependencyBen Bridle17 hours
| | | | | This fixes an issue where an incorrect length was being reported after truncation of the assembled program.
* Gate gamepad support behind a feature flagBen Bridle17 hours
| | | | | | | | | This is to make it possible to compile bedrock-pc without gamepad support, which is useful when the target platform doesn't have the libraries for udev (required by the gilrs dependency). This commit is a bit of a hack, it'd be nice to implement this better some day.
* Print phosphor event loop errorsBen Bridle17 hours
| | | | | | | If the phosphor event loop could not be started, the returned error will be printed in the error message. This commit also updates the phosphor dependency to version 3.3.2, which returns the actual error object when an event loop error occurs.
* Update version to 1.1.2v1.1.2Ben Bridle2025-07-15
|
* Update version to 1.1.1v1.1.1Ben Bridle2025-07-08
|
* Update phosphor dependencyBen Bridle2025-07-08
| | | | | This fixes a crash that occurs when a program tries to set the screen width or height to zero.
* Update version to 1.1.0v1.1.0Ben Bridle2025-07-07
|
* Sandbox the file deviceBen Bridle2025-07-07
| | | | | | Unless the --trust-files switch is used, the file device will be sandboxed to a program-specific config folder placed according to the conventions of the operating system.
* Update version to 1.0.1v1.0.1Ben Bridle2025-07-04
|
* Update bedrock-asm dependencyBen Bridle2025-07-04
|
* Update version to 1.0.0v1.0.0Ben Bridle2025-07-03
|
* Initial commitBen Bridle2025-07-03