Skip to content

VantStudios/Protocol

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Protocol

Minecraft Bedrock protocol library for Zig 0.16.0.

Installation

Add the dependency with zig fetch:

zig fetch --save git+https://github.com/VantStudios/Protocol.git

Then in your build.zig:

const protocol_dep = b.dependency("protocol", .{
    .target = target,
    .optimize = optimize,
});

exe.root_module.addImport("Protocol", protocol_dep.module("Protocol"));

Usage

const protocol = @import("Protocol");

License

MIT

About

Minecraft Bedrock protocol library for Zig

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages