Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adds Minimal Rust Example #2

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Conversation

Spoffy
Copy link

@Spoffy Spoffy commented Jul 15, 2020

Adds a minimal example of an Arma 3 Extension in Rust.

Supports Windows and Linux, both 32-bit and 64-bit. Includes a workaround for a current (2020/07/15) rust issue that doesn't allow it to create 32-bit builds on Windows that Arma can use.

It has zero dependencies outside of the Rust standard library, so it's about as lightweight as it's possible to make an Arma Extension in Rust, I think.

## Author

Spoffy (https://github.com/Spoffy/Rust-Arma-Extension-Example)

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Will do, I'll add it tomorrow.

@X39
Copy link
Collaborator

X39 commented Dec 31, 2020

What about the HowToSetup section?

@X39
Copy link
Collaborator

X39 commented Aug 18, 2021

Any chance to see the HowToSetup section @Spoffy ?

@X39 X39 added changes required Pull request requires changes prior to merging stale This issue or pull request was not updated in a long time and is potentially dead labels Apr 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
changes required Pull request requires changes prior to merging stale This issue or pull request was not updated in a long time and is potentially dead
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants