| Commit message (Collapse) | Author | Age |
| |
|
| |
|
|
|
|
|
|
|
|
| |
This is the Windows side of the refactoring job. The windows crate has
been added as a dependency in order to get a list of available drives
by drive letter, and a virtual top-level root directory has been
implemented in the Windows code to make it possible for programs to
hierarchically navigate between available drives.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
The bedrock_core update is a significant breaking change, so the
version number needs to be incremented.
|
|
|
|
|
|
|
| |
Version 2 of bedrock_core contains updated to the Bedrock instruction
set, reflecting a recent change to the Bedrock specifications. Updating
the dependency allows bytecode assembled by the most recent version of
the assembler to evaluate correctly on this emulator.
|
|
|
|
|
| |
The Cargo.lock file previously referred to a commit of the geometry
crate which had been overwritten and did not exist in the repository.
|
|
|