rguplayer icon indicating copy to clipboard operation
rguplayer copied to clipboard

[Enhancement] Ruby Submodule

Open Nathan-MV opened this issue 7 months ago • 4 comments

Wondering if you could create a fork of Ruby and apply your patches to it in a commit in the branch ruby_3_2 and use your fork as a submodule in RGU

.gitmodules

[submodule "third_party/ruby"]
	path = third_party/ruby
	url = https://github.com/Admenri/ruby
	branch = ruby_3_2

Nathan-MV avatar Jul 02 '24 03:07 Nathan-MV