rojo-rbx / rojo

Rojo enables Roblox developers to use professional-grade software engineering tools
https://rojo.space
Mozilla Public License 2.0
908 stars 172 forks source link

Allow building Rojo with `profile-with-tracy` feature #862

Closed Dekkonot closed 4 months ago

Dekkonot commented 4 months ago

Closes #855.

This resolves the problem with building Rojo while the profile-with-tracy feature is on. I just removed tracy_client as a direct dependency of ours and used the re-export that profiling provides since it guarantees we'll never be out of sync again.

Provided profiling respects semver, this shouldn't have any problems going forward.