Skip to content

Commit

Permalink
Updated to new BPX release 4.0.0-rc.10.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuri6037 committed Dec 7, 2023
1 parent eb470c2 commit 69a00d7
Show file tree
Hide file tree
Showing 9 changed files with 236 additions and 566 deletions.
313 changes: 214 additions & 99 deletions Cargo.lock

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dbg/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[package]
name = "bpxdbg"
version = "0.1.0"
edition = "2021"
edition = "2018"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
bpx = { version = "4.0.0-beta-8.1.0", path = "../../bpx-rs", features = ["package", "shader", "sd-formatting"] }
bpx = { version = "4.0.0-beta-10.0.0", path = "../../bpx-rs", features = ["package", "shader", "sd-formatting"] }
json = "0.12.4"
1 change: 1 addition & 0 deletions dbg/src/controller.rs
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
// NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
// SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

use std::convert::TryFrom;
use std::fmt::{Display, Formatter};
use std::fs::File;
use std::io::BufReader;
Expand Down
1 change: 1 addition & 0 deletions dbg/src/debug/package.rs
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
// NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
// SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

use std::convert::TryInto;
use std::io::{Read, Seek};
use bpx::core::Container;
use crate::debug::{check_arg, Command, Debugger, Error, New};
Expand Down
Loading

0 comments on commit 69a00d7

Please sign in to comment.