Quick Question About Libstub

I’m hope to create an embedded library using LibStub from a set of 8 source files. My understanding is that the standard way of incorporating these files is to use an embeds.xml file using script and include tags to load the files. In this case, the TOC file only has to specify the embeds.xml file.

Is this correct? Or is there more to it than this?

Thanks,

That’s it. The .toc could always directly include the .lua/.xml files but using a .xml file (the name doesn’t matter but embeds.xml is an adopted standard) as an “extension” of the .toc makes it a 1 liner.