EmbarkStudios / physx-rs

🎳 Rust binding for NVIDIA PhysX 🦀
http://embark.rs
Apache License 2.0
656 stars 42 forks source link

iOS support #222

Open nikitapilgrim opened 1 year ago

nikitapilgrim commented 1 year ago

Is iOS support planned?

I am building with this target "aarch64-apple-ios", and got an error "unknown TARGET triple 'aarch64-apple-ios'. What I did wrong?

repi commented 1 year ago

not currently planned, but we may be interested in it in the longer term.

though it probably will work to just copy'n'paste the aarch64-apple-darwin config in the project to aarch64-apple-ios, so if you are up for it you could give that a shot and do a PR.